home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / maximus / max2tbbs.zip / MUEXP.DOC < prev    next >
Text File  |  1994-06-20  |  4KB  |  121 lines

  1.  
  2.                      Maximus Userlog Exporter
  3.  
  4.                          by Paul Blitz
  5.  
  6.  
  7.                            Version 1.00
  8.                              11/04/94
  9.  
  10.  
  11. Introduction
  12. ============
  13.  
  14. I am about to change from using Maximus to another BBS system, and want to
  15. be able to export the userlog, for importing into the new BBS software.
  16.  
  17. Max User Export simply reads your USER.BBS file, and outputs some of the
  18. userlog data to a comma-delimited file: this should make it easy for anyone
  19. else to import & manipulate the data for further use, using something like
  20. dBase...
  21.  
  22. The output fields are fixed: they are what *I* wanted. If you'd like a
  23. version with other fields in it, you have 2 choices: either write your OWN
  24. program, or offer me money to change this one!!
  25.  
  26. The program has not been optimised in any way: yes, it COULD be made
  27. smaller, and perhaps faster, but I really can't be bothered!
  28.  
  29. The first line of the output file is the "version": this is to ensure that,
  30. if I ever modify the comma-delimited format, I can know which version it is.
  31. Currently, the output file format is 1.0.
  32.  
  33.  
  34. Running the program
  35. ===================
  36.  
  37. The program calling syntax is:
  38.  
  39.     MUEXP <output file>
  40.  
  41. .... if you don't give a filename, it will exit with an error. The USER.BBS
  42. file must be in the current directory. The output file will be simply
  43. over-written.
  44.  
  45. The returned error levels are:
  46.  
  47.     0 : Program ran OK
  48.     1 : Error in command line parameters
  49.     2 : Control-C / Escape was pressed during program
  50.     99: Internal procesing error (eg: out of range value)
  51.  
  52. All errors will also return an error message on the screen, with as
  53. much useful information as possible.
  54.  
  55.  
  56. Output Format
  57. =============
  58.  
  59. Take a look at the FORMAT.DOC file: things should become clear (well, as
  60. clear as mud...)
  61.  
  62.  
  63.  
  64. Copyright Etc:
  65. ==============
  66.  
  67. Hobby Use:
  68. ----------
  69.  
  70. Lets put it simply: I wrote this program, so if anyone makes any money
  71. from it, its going to be me! I therefore hold the copyright on this
  72. work of art (!).
  73.  
  74.  
  75. If you actually ENJOYED the program, or found it really useful, then I
  76. ask you to send me either a small donation (cash - UK pounds and US dollars
  77. - is acceptable), or something else in lieu (if you are THAT skint, send me
  78. a picture postcard or two, and tell me how much you love the program <grin>)
  79.  
  80.  
  81.  
  82. Comercial Use:
  83. --------------
  84.  
  85. If you want to use the program in any way that is even remotely
  86. commercial (*), then you may do so ONLY with my permission ...... just
  87. contact me: I AM friendly, and I don't cost THAT much!!!
  88.  
  89. (*) I'll define "commercial" as a "system run with the intention of making
  90. profit for the sysop, or run a for a commercial organisation". So if you do
  91. charge users to use your BBS, but ONLY with the INTENTION of it being
  92. sufficient to cover the costs, then I'll take the lenient view that you are
  93. running a NON-commercial system. A "Support BBS" for a "for profit" business
  94. / organisation is deemed to be commnercial.
  95.  
  96. If in doubt, common sense (mine!) will prevail!
  97.  
  98.  
  99.  
  100. How to find me:
  101. ===============
  102.  
  103. Paul Blitz,
  104. 25, Woodgreen Road,
  105. Harestock,
  106. Winchester,
  107. Hants,
  108. SO22 6LZ.
  109.  
  110. Feel free to write to me, or contact me by phone at home (between
  111. 20:00 and 22:00 (UK time) ONLY please) on +44 962-885696.
  112.  
  113. You may call my BBS: "The Cardboard Box BBS" on +44 962-880278 (for those of
  114. you in the UK, who don't understand international dialling, call 0962
  115. 880278).
  116.  
  117. You can send email to me at Fidonet 2:252/201, or Chatnet 44:2520/201.
  118.  
  119.  
  120.  
  121.